home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11676 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  874 b 

  1. Path: news.mindspring.com!usenet
  2. From: rudd@mindspring.com (Justin Rudd)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: C++ newbie asks for help
  5. Date: Fri, 15 Mar 1996 17:27:55 GMT
  6. Organization: MindSpring Enterprises
  7. Message-ID: <4ic9cl$lj6@B1FF.mindspring.com>
  8. References: <31488AC8.1557@cco.caltech.edu> <4iapek$med@B1FF.mindspring.com> <19960315122445.sstryker@sover.net>
  9. Reply-To: rudd@mindspring.com
  10. NNTP-Posting-Host: rudd.mindspring.com
  11. X-Newsreader: Forte Free Agent v0.55
  12.  
  13. sstryker@sover.net (Stew Stryker) wrote:
  14. >Would
  15.  
  16. >        cout << endl;
  17.  
  18. >work as well here?  That's what I tend to use, but that's on a VAX, so the
  19. >output's to a terminal.
  20.  
  21. That works fine also...I original started to put that but since he
  22. already had a \n in it I didn't want to take that out.
  23.  
  24. But you are right...the endl triggers a flush.
  25.  
  26. >Just a thought from one newbie to another,
  27.  
  28. >Stew
  29.  
  30.  
  31.